net/http.response.canWriteContinue (field)
7 uses
net/http (current package)
server.go#L441: canWriteContinue atomic.Bool
server.go#L573: w.canWriteContinue.Store(false)
server.go#L965: if w.canWriteContinue.Load() {
server.go#L967: if w.canWriteContinue.Load() {
server.go#L970: w.canWriteContinue.Store(false)
server.go#L1682: if w.canWriteContinue.Load() {
server.go#L2069: w.canWriteContinue.Store(true)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |